1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctLoaiThucDon
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label12 = new System.Windows.Forms.Label();
32             
this.dgvDanhSachLTD = new System.Windows.Forms.DataGridView();
33             
this.IdLoaiThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             
this.TenLoaiThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             
this.DienGiai = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.grDanhSachKV = new System.Windows.Forms.GroupBox();
38             
this.btnThemMoi = new System.Windows.Forms.Button();
39             
this.btnHuy = new System.Windows.Forms.Button();
40             
this.btnLuu = new System.Windows.Forms.Button();
41             
this.btnXoa = new System.Windows.Forms.Button();
42             
this.btnSua = new System.Windows.Forms.Button();
43             
this.grQuanLyNV = new System.Windows.Forms.GroupBox();
44             
this.cmbTrangThaiLTDon = new System.Windows.Forms.ComboBox();
45             
this.label10 = new System.Windows.Forms.Label();
46             
this.txtDienGiaiLTDon = new System.Windows.Forms.TextBox();
47             
this.label8 = new System.Windows.Forms.Label();
48             
this.txtTenLTDon = new System.Windows.Forms.TextBox();
49             
this.label2 = new System.Windows.Forms.Label();
50             
this.txtIdLTDon = new System.Windows.Forms.TextBox();
51             
this.label6 = new System.Windows.Forms.Label();
52             
this.label1 = new System.Windows.Forms.Label();
53             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachLTD)).BeginInit();
54             
this.grDanhSachKV.SuspendLayout();
55             
this.grQuanLyNV.SuspendLayout();
56             
this.SuspendLayout();
57             
//
58             
// label12
59             
//
60             
this.label12.AutoSize = true;
61             
this.label12.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
62             
this.label12.Location = new System.Drawing.Point(108, 35);
63             
this.label12.Name = "label12";
64             
this.label12.Size = new System.Drawing.Size(229, 17);
65             
this.label12.TabIndex = 87;
66             
this.label12.Text = "DANH SÁCH LOẠI THỰC ĐƠN";
67             
//
68             
// dgvDanhSachLTD
69             
//
70             
this.dgvDanhSachLTD.AllowUserToAddRows = false;
71             
this.dgvDanhSachLTD.AllowUserToDeleteRows = false;
72             
this.dgvDanhSachLTD.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
73             
this.dgvDanhSachLTD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
74             
this.dgvDanhSachLTD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
75             
this.IdLoaiThucDon,
76             
this.TenLoaiThucDon,
77             
this.DienGiai,
78             
this.TrangThai});
79             
this.dgvDanhSachLTD.Dock = System.Windows.Forms.DockStyle.Bottom;
80             
this.dgvDanhSachLTD.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
81             
this.dgvDanhSachLTD.Location = new System.Drawing.Point(3, 76);
82             
this.dgvDanhSachLTD.Name = "dgvDanhSachLTD";
83             
this.dgvDanhSachLTD.ReadOnly = true;
84             
this.dgvDanhSachLTD.Size = new System.Drawing.Size(437, 200);
85             
this.dgvDanhSachLTD.TabIndex = 88;
86             
//
87             
// IdLoaiThucDon
88             
//
89             
this.IdLoaiThucDon.DataPropertyName = "IdLoaiThucDon";
90             
this.IdLoaiThucDon.HeaderText = "Id loại TĐ";
91             
this.IdLoaiThucDon.Name = "IdLoaiThucDon";
92             
this.IdLoaiThucDon.ReadOnly = true;
93             
//
94             
// TenLoaiThucDon
95             
//
96             
this.TenLoaiThucDon.DataPropertyName = "TenLoaiThucDon";
97             
this.TenLoaiThucDon.HeaderText = "Tên TĐ";
98             
this.TenLoaiThucDon.Name = "TenLoaiThucDon";
99             
this.TenLoaiThucDon.ReadOnly = true;
100             
//
101             
// DienGiai
102             
//
103             
this.DienGiai.DataPropertyName = "DienGiai";
104             
this.DienGiai.HeaderText = "Diễn giải";
105             
this.DienGiai.Name = "DienGiai";
106             
this.DienGiai.ReadOnly = true;
107             
//
108             
// TrangThai
109             
//
110             
this.TrangThai.DataPropertyName = "TrangThai";
111             
this.TrangThai.HeaderText = "Trạng thái";
112             
this.TrangThai.Name = "TrangThai";
113             
this.TrangThai.ReadOnly = true;
114             
//
115             
// grDanhSachKV
116             
//
117             
this.grDanhSachKV.Controls.Add(this.label12);
118             
this.grDanhSachKV.Controls.Add(this.dgvDanhSachLTD);
119             
this.grDanhSachKV.Location = new System.Drawing.Point(3, 55);
120             
this.grDanhSachKV.Name = "grDanhSachKV";
121             
this.grDanhSachKV.Size = new System.Drawing.Size(443, 279);
122             
this.grDanhSachKV.TabIndex = 95;
123             
this.grDanhSachKV.TabStop = false;
124             
//
125             
// btnThemMoi
126             
//
127             
this.btnThemMoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
128             
this.btnThemMoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.btnThemMoi.Location = new System.Drawing.Point(508, 282);
130             
this.btnThemMoi.Name = "btnThemMoi";
131             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
132             
this.btnThemMoi.TabIndex = 102;
133             
this.btnThemMoi.Text = "Thêm ";
134             
this.btnThemMoi.UseVisualStyleBackColor = true;
135             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
136             
//
137             
// btnHuy
138             
//
139             
this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
140             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141             
this.btnHuy.Location = new System.Drawing.Point(800, 282);
142             
this.btnHuy.Name = "btnHuy";
143             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
144             
this.btnHuy.TabIndex = 106;
145             
this.btnHuy.Text = "Hủy";
146             
this.btnHuy.UseVisualStyleBackColor = true;
147             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
148             
//
149             
// btnLuu
150             
//
151             
this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
152             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
153             
this.btnLuu.Location = new System.Drawing.Point(727, 282);
154             
this.btnLuu.Name = "btnLuu";
155             
this.btnLuu.Size = new System.Drawing.Size(75, 23);
156             
this.btnLuu.TabIndex = 105;
157             
this.btnLuu.Text = "Lưu";
158             
this.btnLuu.UseVisualStyleBackColor = true;
159             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
160             
//
161             
// btnXoa
162             
//
163             
this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
164             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165             
this.btnXoa.Location = new System.Drawing.Point(654, 282);
166             
this.btnXoa.Name = "btnXoa";
167             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
168             
this.btnXoa.TabIndex = 104;
169             
this.btnXoa.Text = "Xóa";
170             
this.btnXoa.UseVisualStyleBackColor = true;
171             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
172             
//
173             
// btnSua
174             
//
175             
this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
176             
this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.btnSua.Location = new System.Drawing.Point(581, 282);
178             
this.btnSua.Name = "btnSua";
179             
this.btnSua.Size = new System.Drawing.Size(75, 23);
180             
this.btnSua.TabIndex = 103;
181             
this.btnSua.Text = "Sửa";
182             
this.btnSua.UseVisualStyleBackColor = true;
183             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
184             
//
185             
// grQuanLyNV
186             
//
187             
this.grQuanLyNV.Controls.Add(this.cmbTrangThaiLTDon);
188             
this.grQuanLyNV.Controls.Add(this.label10);
189             
this.grQuanLyNV.Controls.Add(this.txtDienGiaiLTDon);
190             
this.grQuanLyNV.Controls.Add(this.label8);
191             
this.grQuanLyNV.Controls.Add(this.txtTenLTDon);
192             
this.grQuanLyNV.Controls.Add(this.label2);
193             
this.grQuanLyNV.Controls.Add(this.txtIdLTDon);
194             
this.grQuanLyNV.Controls.Add(this.label6);
195             
this.grQuanLyNV.Controls.Add(this.label1);
196             
this.grQuanLyNV.Location = new System.Drawing.Point(462, 55);
197             
this.grQuanLyNV.Name = "grQuanLyNV";
198             
this.grQuanLyNV.Size = new System.Drawing.Size(464, 187);
199             
this.grQuanLyNV.TabIndex = 101;
200             
this.grQuanLyNV.TabStop = false;
201             
//
202             
// cmbTrangThaiLTDon
203             
//
204             
this.cmbTrangThaiLTDon.FormattingEnabled = true;
205             
this.cmbTrangThaiLTDon.Location = new System.Drawing.Point(338, 108);
206             
this.cmbTrangThaiLTDon.Name = "cmbTrangThaiLTDon";
207             
this.cmbTrangThaiLTDon.Size = new System.Drawing.Size(94, 21);
208             
this.cmbTrangThaiLTDon.TabIndex = 79;
209             
//
210             
// label10
211             
//
212             
this.label10.AutoSize = true;
213             
this.label10.Location = new System.Drawing.Point(267, 112);
214             
this.label10.Name = "label10";
215             
this.label10.Size = new System.Drawing.Size(65, 13);
216             
this.label10.TabIndex = 77;
217             
this.label10.Text = "Trạng Thái :";
218             
//
219             
// txtDienGiaiLTDon
220             
//
221             
this.txtDienGiaiLTDon.Location = new System.Drawing.Point(139, 108);
222             
this.txtDienGiaiLTDon.Name = "txtDienGiaiLTDon";
223             
this.txtDienGiaiLTDon.Size = new System.Drawing.Size(122, 20);
224             
this.txtDienGiaiLTDon.TabIndex = 1;
225             
//
226             
// label8
227             
//
228             
this.label8.AutoSize = true;
229             
this.label8.Location = new System.Drawing.Point(47, 112);
230             
this.label8.Name = "label8";
231             
this.label8.Size = new System.Drawing.Size(56, 13);
232             
this.label8.TabIndex = 78;
233             
this.label8.Text = "Diễn Giải :";
234             
//
235             
// txtTenLTDon
236             
//
237             
this.txtTenLTDon.Location = new System.Drawing.Point(287, 72);
238             
this.txtTenLTDon.Name = "txtTenLTDon";
239             
this.txtTenLTDon.Size = new System.Drawing.Size(145, 20);
240             
this.txtTenLTDon.TabIndex = 0;
241             
//
242             
// label2
243             
//
244             
this.label2.AutoSize = true;
245             
this.label2.Location = new System.Drawing.Point(243, 76);
246             
this.label2.Name = "label2";
247             
this.label2.Size = new System.Drawing.Size(32, 13);
248             
this.label2.TabIndex = 65;
249             
this.label2.Text = "Tên :";
250             
//
251             
// txtIdLTDon
252             
//
253             
this.txtIdLTDon.Enabled = false;
254             
this.txtIdLTDon.Location = new System.Drawing.Point(149, 72);
255             
this.txtIdLTDon.Name = "txtIdLTDon";
256             
this.txtIdLTDon.Size = new System.Drawing.Size(88, 20);
257             
this.txtIdLTDon.TabIndex = 73;
258             
this.txtIdLTDon.TabStop = false;
259             
//
260             
// label6
261             
//
262             
this.label6.AutoSize = true;
263             
this.label6.Location = new System.Drawing.Point(47, 76);
264             
this.label6.Name = "label6";
265             
this.label6.Size = new System.Drawing.Size(96, 13);
266             
this.label6.TabIndex = 71;
267             
this.label6.Text = "Id Loại Thực Đơn :";
268             
//
269             
// label1
270             
//
271             
this.label1.AutoSize = true;
272             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
273             
this.label1.Location = new System.Drawing.Point(136, 35);
274             
this.label1.Name = "label1";
275             
this.label1.Size = new System.Drawing.Size(211, 17);
276             
this.label1.TabIndex = 72;
277             
this.label1.Text = "QUẢN LÝ LOẠI THỰC ĐƠN";
278             
//
279             
// uctLoaiThucDon
280             
//
281             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
282             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
283             
this.Controls.Add(this.btnThemMoi);
284             
this.Controls.Add(this.btnHuy);
285             
this.Controls.Add(this.btnLuu);
286             
this.Controls.Add(this.btnXoa);
287             
this.Controls.Add(this.btnSua);
288             
this.Controls.Add(this.grQuanLyNV);
289             
this.Controls.Add(this.grDanhSachKV);
290             
this.Name = "uctLoaiThucDon";
291             
this.Size = new System.Drawing.Size(907, 351);
292             
this.Load += new System.EventHandler(this.uctLoaiThucDon_Load);
293             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachLTD)).EndInit();
294             
this.grDanhSachKV.ResumeLayout(false);
295             
this.grDanhSachKV.PerformLayout();
296             
this.grQuanLyNV.ResumeLayout(false);
297             
this.grQuanLyNV.PerformLayout();
298             
this.ResumeLayout(false);
299
300         }
301
302         
#endregion
303
304         
private System.Windows.Forms.Label label12;
305         
private System.Windows.Forms.DataGridView dgvDanhSachLTD;
306         
private System.Windows.Forms.GroupBox grDanhSachKV;
307         
private System.Windows.Forms.Button btnThemMoi;
308         
private System.Windows.Forms.Button btnHuy;
309         
private System.Windows.Forms.Button btnLuu;
310         
private System.Windows.Forms.Button btnXoa;
311         
private System.Windows.Forms.Button btnSua;
312         
private System.Windows.Forms.GroupBox grQuanLyNV;
313         
private System.Windows.Forms.ComboBox cmbTrangThaiLTDon;
314         
private System.Windows.Forms.Label label10;
315         
private System.Windows.Forms.TextBox txtDienGiaiLTDon;
316         
private System.Windows.Forms.Label label8;
317         
private System.Windows.Forms.TextBox txtTenLTDon;
318         
private System.Windows.Forms.Label label2;
319         
private System.Windows.Forms.TextBox txtIdLTDon;
320         
private System.Windows.Forms.Label label6;
321         
private System.Windows.Forms.Label label1;
322         
private System.Windows.Forms.DataGridViewTextBoxColumn IdLoaiThucDon;
323         
private System.Windows.Forms.DataGridViewTextBoxColumn TenLoaiThucDon;
324         
private System.Windows.Forms.DataGridViewTextBoxColumn DienGiai;
325         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
326     }
327 }


Gõ tìm kiếm nhanh...